Click or drag to resize

AlternatePublicFolderItemId Class

Describes a public folder item identifier to convert to another identifier format.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeSourceId
    Independentsoft.ExchangeAlternatePublicFolderItemId

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AlternatePublicFolderItemId : SourceId

The AlternatePublicFolderItemId type exposes the following members.

Constructors
  NameDescription
Public methodAlternatePublicFolderItemId
Initializes a new instance of the AlternatePublicFolderItemId class.
Public methodAlternatePublicFolderItemId(IdFormat, String, String)
Initializes a new instance of the AlternatePublicFolderItemId class with the specified format, folderId and itemId.
Top
Properties
  NameDescription
Public propertyFolderId
Identifies the public folder that contains the public folder item.
Public propertyFormat
Identifies the format that describes the public folder item identifier to convert.
Public propertyItemId
Identifier the public folder item to convert.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also